home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / human interface toolbox / concordia / concordia.r < prev    next >
Encoding:
Text File  |  2000-06-23  |  1.3 KB  |  40 lines

  1. /*
  2.     File:        Concordia.r
  3.  
  4.     Contains:    contains all supplementary resources for the Concordia MDEF.  All
  5.                 one of them.  The only resource is the small icon list for the up and down
  6.                 scroll arrows.
  7.  
  8.     Written by:     
  9.  
  10.     Copyright:    Copyright © 1999 by Apple Computer, Inc., All Rights Reserved.
  11.  
  12.                 You may incorporate this Apple sample source code into your program(s) without
  13.                 restriction. This Apple sample source code has been provided "AS IS" and the
  14.                 responsibility for its operation is yours. You are not permitted to redistribute
  15.                 this Apple sample source code as "Apple sample source code" after having made
  16.                 changes. If you're going to re-distribute the source, we require that you make
  17.                 it clear in the source that the code was descended from Apple sample source
  18.                 code, but that you've made changes.
  19.  
  20.     Change History (most recent first):
  21.                 8/10/1999    Karl Groethe    Updated for Metrowerks Codewarror Pro 2.1
  22.                 
  23.  
  24. */
  25.  
  26. #include "Types.r"
  27.  
  28. resource 'SICN' (-12288, purgeable) {
  29.     {    /* array: 3 elements */
  30.         /* [1] */
  31.         $"01 00 03 80 07 C0 1F F0 7F FC",
  32.         /* [2] */
  33.         $"00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"
  34.         $"00 00 00 00 00 00 7F FC 1F F0 07 C0 03 80 01",
  35.         /* [3] */
  36.         $"00 00 01 00 01 00 01 80 01 80 01 C0 01 E0 01 F0"
  37.         $"01 E0 01 C0 01 80 01 80 01 00 01"
  38.     }
  39. };
  40.